func runtime.goschedImpl

4 uses

	runtime (current package)
		proc.go#L4165: func goschedImpl(gp *g, preempted bool) {
		proc.go#L4201: 	goschedImpl(gp, false)
		proc.go#L4209: 	goschedImpl(gp, false)
		proc.go#L4213: 	goschedImpl(gp, true)